home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / avidemo.exe / MMPGLOB.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-12-27  |  100 b   |  5 lines

  1. Declare Function mciExecute Lib "mmsystem.dll" (ByVal a$) As Integer
  2.  
  3. Global TheFile As String
  4.  
  5.